dsh-cordis-plugin-kit:DSH/Cordis 插件的离线规范与质量门

dsh-cordis-plugin-kit 是面向 DSH/Cordis 插件开发的离线规范、脚手架与质量门工具。它将常见开发约定固化为可执行检查,适用于插件初始化、本地及 CI 检查。核心功能包括内置 35 条离线规范、生成 DSH bundle 及 CI 适配文件、不执行代码的静态检查(覆盖 manifest、inject、effect 等)、使用原包管理器执行测试,以及在隔离子进程中测量性能并阻断超限交付。该工具支持保存、提交、推送及打包时的逐级质量门,兼容 GitHub、GitLab 等多种流水线,且零生产依赖。安装后可在 DSH 上下文中访问 `ctx.cordisPluginKit

Read More
DeepSeek Harness 插件 dsh-illustrated-teaching:把知识点渲染成图解画廊

dsh-illustrated-teaching 是面向 DeepSeek Harness 的社区插件,由 Henryang777 维护,采用 MIT 许可证。该插件专为本科学习设计,能将知识点自动渲染成包含 3-6 张配图的图解画廊,并支持本地导出。其核心功能包括提供 8 套科普风模板,支持对话触发和 HTTP API 调用,生成自包含画廊页,并导出 PNG 图片、说明文本及清单文件。插件支持从 Wikimedia Commons 检索真实图片并自动署名,离线时可降级为 SVG 示意图。渲染过程具备 Playwright、系统浏览器及 SVG 原生的降级链。安装需 DSH 版本 0.1.0-

Read More
dsh-tui-pi:DeepSeek Harness 的 pi 风格终端 UI 插件

dsh-tui-pi 是面向 DeepSeek Harness(dsh)的终端 UI 插件,包名为 `@aiwayds/dsh-tui-pi`。它整合了 pi-style 界面、GitHub 主题、Powerline 页脚及多种终端交互能力,要求 dsh 版本不低于 `0.1.2-rc.1` 且 Node.js 不低于 `22.19.0`,不支持 alpha 线。 核心功能包括显示模型与上下文状态的 Footer、Think 和 Tool 面板、Subagents 状态监控与实时引导、Ask User Question、Feishu 集成(可选插件)、动态上下文裁剪、持久化上下文、模型收藏、A

Read More
dsh-plugin-claude-import:把 Claude Code 会话导入 DeepSeek Harness 的 DSH 插件

`dsh-plugin-claude-import` 是一款基于 MIT 许可的 DSH 插件,旨在将本地 Claude Code 会话(位于 `~/.claude/projects`)导入 DeepSeek Harness 以便继续处理上下文。该插件提供 `claude_session_list` 和 `claude_session_import` 两个 Agent 工具,支持列出会话详情及将导入结果设为 seed 上下文块或完整的 Markdown 延续文档。若启用 `createSession=true`,可在对应项目目录下自动创建新 DSH 会话并注入上下文。此外,Web GUI 提供

Read More
dsh-plugin-dev-kb:写 dsh 插件时的本地官方文档

dsh-plugin-dev-kb 是 Pasumao 维护的 MIT 许可插件,旨在为 DeepSeek Harness (DSH) 插件开发提供本地化的随身文档库。它不注册工具或产生运行时依赖,而是将官方文档站内容及仓库内未发布的开发参考整理为本地文件。核心内容包括 182 页中英双语官方文档镜像、56 篇补充开发参考(如术语表、测试策略等),以及 241 个文件的全量检索索引和主题导航。通过内置技能,该插件允许 agent 在开发任务中自动加载知识库,根据 `topics.md` 定位文档,再按需读取具体文件,确保代码生成基于准确文档而非推测。安装需使用 `dsh plugin` 命令,

Read More
dsh-provider-usage:在 DSH 页面右下角查看模型提供商用量

`dsh-provider-usage` 是一个 DSH Web 插件,旨在解决多模型提供商用量分散的问题,允许用户在 DSH 界面内直接查看实时用量与配额,无需频繁跳转外部控制台。该插件由 Lwc-LiuWenCheng 维护,MIT 许可证,要求 Node.js >=20。 核心功能包括:在页面右下角以气泡形式展示精简用量,支持悬浮展开详情、跟随主题(亮/暗模式)及显示本地时间;自动发现 OpenAI、DeepSeek 等提供商;提供多种可配置的更新策略(如 on-request、interval、steps 等),其中部分策略基于消息事件计数而非直接轮询 API。此外,插件提供设置页供即

Read More
dsh-project-mcp-bridge:按项目加载 MCP servers 的 DSH 插件

`dsh-project-mcp-bridge` 是由 KYinCode 维护的 DeepSeek Harness 客户端桥接插件,旨在实现 MCP 服务器配置的项目级隔离。该插件通过读取项目根目录下的 `.dsh/mcp.json` 文件,动态为特定项目的会话注册 MCP 工具,避免影响其他项目或全局配置,且文件不存在时无副作用。 核心功能包括支持 `stdio` 和 `streamable-http` 两种传输协议,采用与 Claude Code 等工具兼容的 `mcpServers` 配置格式。工具命名遵循 `mcp__<serverName>__<toolName>` 规范,支持懒加载

Read More
dsh-skills-market: DSH Skill Management and SkillHub Installation Panel

dsh-skills-market is an MIT-licensed DSH plugin designed to centralize the management of distributed local skills and the installation of public skills into the DSH Web sidebar floating panel. This plugin provides centralized management of installed skills, supporting filtering, enabling/disabling, deletion, and level promotion for both user-level and workspace project-level skills, with built-in source skills displayed in read-only mode. Additionally, the plugin integrates the SkillHub marketplace (unofficial app store), allowing searches for public skills by keywords, categories, ratings, and other criteria, with one-click installation to the project level or user level. Furthermore, it offers the `dsh_skillhub_search` model tool, enabling AI to directly retrieve skills within conversations. The installation command is `dsh plugin --profile web`.

Read More